home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / xcdplayer / XCdplayer.ad.sgi < prev    next >
Text File  |  1994-08-01  |  8KB  |  221 lines

  1. ! Copyright (C) 1990 Regents of the University of California.
  2. ! Permission to use, copy, modify, distribute, and sell this software and
  3. ! its documentation for any purpose is hereby granted without fee,
  4. ! provided that the above copyright notice appear in all copies and that
  5. ! both that copyright notice and this permission notice appear in
  6. ! supporting documentation, and that the name of the University of
  7. ! California not be used in advertising or publicity pertaining to
  8. ! distribution of the software without specific, written prior
  9. ! permission.  the University of California makes no representations
  10. ! about the suitability of this software for any purpose.  It is provided
  11. ! "as is" without express or implied warranty.
  12.  
  13. XCdplayer*foreground:            Blue
  14. XCdplayer*background:            LightGrey
  15. XCdplayer*borderColor:            Black
  16. XCdplayer*allowShellResize:        True
  17. XCdplayer*resizable:            True
  18. XCdplayer*Font:                -misc-fixed-bold-r-normal--13-*
  19.  
  20. XCdplayer*logoLabel.foreground:        Gold
  21. XCdplayer*logoLabel.background:        Black
  22. XCdplayer*icon*foreground:    Gold
  23.  
  24. XCdplayer*versionLabel.Font:         -misc-fixed-medium-r-normal--8-*
  25. XCdplayer*versionLabel.foreground:    Black
  26. XCdplayer*versionLabel.width:        130
  27. XCdplayer*versionLabel.fromHoriz:    logoLabel
  28.  
  29. ! replayThreshold is the number of seconds that must be played before the
  30. ! previous track button will take you back to the beginning of the current
  31. ! track, rather than the previous one.
  32. XCdplayer*replayThreshold:        4
  33.  
  34. ! scanSkipInterval is the number of seconds skipped at each fast-forward or
  35. ! reverse.
  36. XCdplayer*scanSkipInterval:        3
  37. ! pauseSkipInterval is the number of seconds skipped at each fast-forward or
  38. ! reverse if the CD is paused.
  39. XCdplayer*pauseSkipInterval:        15
  40.  
  41. ! scanPauseInterval is the number of seconds between each fast_forward or
  42. ! reverse while holding down the buttons. (Sun CDs have a dreadfully long
  43. ! start-up time for the audio to actually become audible, so "hearing the
  44. ! track" while scanning isn't very feasible.)
  45. XCdplayer*scanPauseInterval:        0.062
  46. ! pausePauseInterval does the same thing when the disc is paused.
  47. XCdplayer*pausePauseInterval:        0.5
  48.  
  49. ! cdInfoDir is the directory to search for stored data about discs.
  50. ! NOTE: this must currently be a fully specified path (ie no '~'s, 
  51. ! environment vars, etc.  This should only be set if you are using a local
  52. ! copy of the application defaults.  The command line option -cdInfoDir <path>
  53. ! is provided for overriding the default path (null (= current dir))
  54. !XCdplayer*cdInfoDir:            eg:   /usr/staff/yourname/CDs
  55.  
  56. XCdplayer*Viewport.allowHoriz:        True
  57. XCdplayer*Viewport.useBottom:        True
  58. XCdplayer*Viewport.forceBars:        False
  59. XCdplayer*Viewport.width:        188
  60. XCdplayer*Viewport.height:        30
  61. XCdplayer*Viewport*thickness:        8
  62. XCdplayer*Viewport.resizable:        False
  63.  
  64. XCdplayer*Form.defaultDistance:        1
  65. XCdplayer*Form.internalHeight:        0
  66. XCdplayer*Form.internalWidth:        0
  67. XCdplayer*Form.borderWidth:        0
  68.  
  69. XCdplayer*Label.internalHeight:        0
  70. XCdplayer*Label.internalWidth:        0
  71. XCdplayer*Label.borderWidth:        0
  72. XCdplayer*Label.top:            ChainTop
  73. XCdplayer*Label.bottom:            ChainTop
  74. XCdplayer*Label.left:            ChainLeft
  75. XCdplayer*Label.right:            ChainLeft
  76.  
  77. XCdplayer*Command.background:        Ivory
  78. XCdplayer*Text.background:        Ivory
  79. XCdplayer*AsciiSink.background:        Ivory
  80. XCdplayer*AsciiSink.foreground:        Red
  81. XCdplayer*Scrollbar.foreground:        White
  82. XCdplayer*Scrollbar.background:        Gold
  83.  
  84. XCdplayer*Toggle.borderWidth:        1
  85. XCdplayer*Toggle.top:            ChainTop
  86. XCdplayer*Toggle.bottom:        ChainTop
  87. XCdplayer*Toggle.left:            ChainLeft
  88. XCdplayer*Toggle.right:            ChainLeft
  89. XCdplayer*Toggle.background:        Ivory
  90.  
  91. XCdplayer*ledsLabel.horizDistance:    20
  92. XCdplayer*ledsLabel.fromVert:        versionLabel
  93. XCdplayer*ledsLabel.fromHoriz:        logoLabel
  94.  
  95. XCdplayer*trackButton.horizDistance:    8
  96. XCdplayer*trackButton.fromVert:        versionLabel
  97. XCdplayer*trackButton.fromHoriz:    ledsLabel
  98. XCdplayer*trackButton.borderWidth:    2
  99. XCdplayer*trackButton.internalHeight:    4
  100. XCdplayer*trackButton.internalWidth:    4
  101.  
  102. XCdplayer*timerButton.borderWidth:    2
  103. XCdplayer*timerButton.internalHeight:    4
  104. XCdplayer*timerButton.internalWidth:    4
  105. XCdplayer*timerButton.horizDistance:    2
  106. XCdplayer*timerButton.fromVert:        versionLabel
  107. XCdplayer*timerButton.fromHoriz:    trackButton
  108. XCdplayer*timerButton.left:        ChainRight
  109. XCdplayer*timerButton.right:        ChainRight
  110.  
  111. XCdplayer*volumeScrollbar.horizDistance:8
  112. XCdplayer*volumeScrollbar.fromHoriz:    logoLabel
  113. XCdplayer*volumeScrollbar.fromVert:    trackButton
  114. XCdplayer*volumeScrollbar.orientation:    horizontal
  115. XCdplayer*volumeScrollbar.length:    120
  116. XCdplayer*volumeScrollbar.right:    ChainRight
  117. XCdplayer*volumeScrollbar.left:        ChainRight
  118. XCdplayer*volumeScrollbar.background:    green
  119. XCdplayer*volumeScrollbar.foreground:    white
  120. XCdplayer*volumeScrollbar.thumb:    black
  121.  
  122. XCdplayer*titleBarViewport.fromVert:    volumeScrollbar
  123. XCdplayer*titleBarViewport.forceBars:    true
  124. XCdplayer*titleBar.borderwidth:        0
  125. XCdplayer*titleBar.highlightThickness:    1
  126. XCdplayer*titleBar.foreground:        Red
  127. XCdplayer*titleBar.background:        Ivory
  128.  
  129. XCdplayer*titleDialog.Text.translations:#override\
  130.     <Key>Return:    done()
  131.  
  132. XCdplayer*buttonsForm.fromVert:        logoForm
  133. XCdplayer*buttonsForm.borderWidth:    1
  134.  
  135. XCdplayer*pauseButton.fromHoriz:    playButton
  136. XCdplayer*stopButton.fromHoriz:        pauseButton
  137. XCdplayer*prevButton.fromHoriz:        stopButton
  138. XCdplayer*nextButton.fromHoriz:        prevButton
  139. XCdplayer*ejectButton.fromHoriz:    nextButton
  140. XCdplayer*audioButton.fromHoriz:    ejectButton
  141.  
  142. XCdplayer*quitButton.fromVert:        playButton
  143. XCdplayer*cycleButton.fromVert:        playButton
  144. XCdplayer*cycleButton.fromHoriz:    quitButton
  145. XCdplayer*shuffleButton.fromVert:    playButton
  146. XCdplayer*shuffleButton.fromHoriz:    cycleButton
  147. XCdplayer*rewButton.fromVert:        playButton
  148. XCdplayer*rewButton.fromHoriz:        shuffleButton
  149. XCdplayer*ffButton.fromVert:        playButton
  150. XCdplayer*ffButton.fromHoriz:        rewButton
  151. XCdplayer*pgmButton.fromVert:        playButton
  152. XCdplayer*pgmButton.fromHoriz:        ffButton
  153.  
  154. XCdplayer*stopButton.radioGroup:    playButton
  155. XCdplayer*ejectButton.radioGroup:    playButton
  156. XCdplayer*programForm.fromVert:        buttonsForm
  157. XCdplayer*programForm.borderWidth:    1
  158.  
  159. XCdplayer*programDisplayViewport.forceBars:    True
  160.  
  161. XCdplayer*programDisplayForm.background:        Black
  162. XCdplayer*programDisplayForm*Toggle.background:        Black
  163. XCdplayer*programDisplayForm*Toggle.foreground:        White
  164. XCdplayer*programDisplayForm*Toggle.borderWidth:    0
  165. XCdplayer*programDisplayForm*Toggle.highlightThickness:    0
  166. XCdplayer*programDisplayForm*Toggle.internalWidth:    0
  167. XCdplayer*programDisplayForm*Toggle.defaultDistance:    0
  168.  
  169. XCdplayer*programDisplayForm*Toggle.translations: <EnterWindow>:  highlight(Always) \n\
  170.                     <LeaveWindow>:  unhighlight() \n\
  171.                     <Btn1Down>,<Btn1Up>:    set() notify()
  172.  
  173.  
  174. XCdplayer*trackButton.translations:    #override \
  175.                     <EnterWindow>:    highlight(Always) \n\
  176.                     <LeaveWindow>:    unhighlight() \n\
  177.                     <Btn1Down>:    set() notify() \n\
  178.                     <Btn1Up>:    reset() notify()
  179.  
  180. XCdplayer*playButton.translations:    <EnterWindow>:    highlight(Always) \n\
  181.                     <LeaveWindow>:    unhighlight() \n\
  182.                     <Btn1Down>:    set() notify()
  183.  
  184. XCdplayer*stopButton.translations:    <EnterWindow>:    highlight(Always) \n\
  185.                     <LeaveWindow>:    unhighlight() \n\
  186.                     <Btn1Down>:    set() notify()
  187.  
  188. XCdplayer*ejectButton.translations:    <EnterWindow>:    highlight(Always) \n\
  189.                     <LeaveWindow>:    unhighlight() \n\
  190.                     <Btn1Down>:    set() notify()
  191.  
  192. XCdplayer*audioButton.translations:    <EnterWindow>:    highlight(Always) \n\
  193.                     <LeaveWindow>:    unhighlight() \n\
  194.                     <Btn1Down>:    set() notify()
  195.  
  196. XCdplayer*prevButton.translations:    <EnterWindow>:    highlight(Always) \n\
  197.                     <LeaveWindow>:    unhighlight() \n\
  198.                     <Btn1Down>:    set() notify() \n\
  199.                     <Btn1Up>:    unset()
  200.  
  201. XCdplayer*nextButton.translations:    <EnterWindow>:    highlight(Always) \n\
  202.                     <LeaveWindow>:    unhighlight() \n\
  203.                     <Btn1Down>:    set() notify() \n\
  204.                     <Btn1Up>:    unset()
  205.  
  206. XCdplayer*rewButton.translations:    <EnterWindow>:    highlight(Always) \n\
  207.                     <LeaveWindow>:    unhighlight() \n\
  208.                     <Btn1Down>:    set() notify() \n\
  209.                     <Btn1Up>:    unset()
  210.  
  211. XCdplayer*ffButton.translations:    <EnterWindow>:    highlight(Always) \n\
  212.                     <LeaveWindow>:    unhighlight() \n\
  213.                     <Btn1Down>:    set() notify() \n\
  214.                     <Btn1Up>:    unset()
  215.  
  216. XCdplayer*pgmButton.translations:    #override \
  217.                     <EnterWindow>:    highlight(Always) \n\
  218.                     <LeaveWindow>:    unhighlight() \n\
  219.                     <Btn1Down>:    set() notify() \n
  220.                     <Btn1Up>:    reset notify
  221.